home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPRINTPAGEPRINTGALLERYDIALOG / TPRINTPAGEPRINTGALLERYDIALOG.txt < prev   
Text File  |  2001-10-17  |  986b  |  43 lines

  1. object PrintPagePrintGalleryDialog: TPrintPagePrintGalleryDialog
  2.   Left = 192
  3.   Top = 488
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing index page'
  7.   ClientHeight = 57
  8.   ClientWidth = 472
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 56
  22.     Top = 16
  23.     Width = 400
  24.     Height = 28
  25.     AutoSize = False
  26.     Caption = 'PrintPagePrintGalleryDialog (Unit 12.cpp)'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Image1: TImage
  35.     Left = 12
  36.     Top = 12
  37.     Width = 32
  38.     Height = 32
  39.     Picture.Data = {<image001.ico>}
  40.     Stretch = True
  41.   end
  42. end
  43.